home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / sys_util / regdb / vb_reg.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1994-02-08  |  721 b   |  29 lines

  1. VERSION 2.00
  2. Begin Form frmVBReg 
  3.    Caption         =   "VB_Reg"
  4.    ClientHeight    =   1140
  5.    ClientLeft      =   7530
  6.    ClientTop       =   540
  7.    ClientWidth     =   2280
  8.    Height          =   1545
  9.    Left            =   7470
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   1140
  12.    ScaleWidth      =   2280
  13.    Top             =   195
  14.    Width           =   2400
  15.    Begin CommandButton Command1 
  16.       Caption         =   "Command1"
  17.       Height          =   735
  18.       Left            =   360
  19.       TabIndex        =   0
  20.       Top             =   240
  21.       Width           =   1575
  22.    End
  23. Sub Command1_Click ()
  24.     'EnumRoot
  25.     GetServer
  26.     'GetCurVer
  27.     'AddKey
  28. End Sub
  29.